Smaller or Equal - Check whether a number is smaller than or equal to another

This action comapres two numbers to check whether the first is smaller than or equal to the second.

Triggers [both required]

<X> and <Y> (non-repetitive numeric triggers [required]): The two compared numbers.

Exits [none required]

The two exits represent two mutually exclusive possibilities:

<Yes> (non-repetitive numeric exit [not required]): The first number (the value of <X>) in case it is smaller than or equal to <Y>.

<No> (non-repetitive numeric exit [not required]): The first number (the value of <X>) in case it is not smaller than or equal to <Y> (i.e. <X> is greater than <Y>).

Notice: If there is a need to distinguish between 3 different cases (<X> smaller than <Y>, <X> equal to <Y>, or <X> greater than <Y>), use Compare.

Usage Examples

Test1 (need to complete)